Merged
Conversation
seorang42
approved these changes
Feb 10, 2025
src/views/LoginView.vue
Outdated
| if (error.response?.data == 'AUTH_015') { | ||
| messageHeader.value = '정지된 계정입니다' | ||
| messageBody.value = | ||
| '로그인 시도 5회 초과로 계정이 정지되었습니다\n 30분 후 다시 시도 해 주세요' |
Contributor
There was a problem hiding this comment.
\n 뒤에 공백이 있다면 다음 줄 시작에 불필요한 공백이 있다는 것이라
'...정지되었습니다\n30분 후...' 와 같이 수정 부탁드립니다
또한 '시도 해 주세요'도 '시도해주세요'로 통일 부탁드립니다.
시도해주세요 시도해 주세요 둘 다 가능은 하지만 현재 '확인해주세요'로 통일한 상태라 '시도해주세요'로 수정 부탁드릴게요
src/views/LoginView.vue
Outdated
| '로그인 시도 5회 초과로 계정이 정지되었습니다\n 30분 후 다시 시도 해 주세요' | ||
| } else { | ||
| messageHeader.value = '일치하는 정보가 없습니다' | ||
| messageBody.value = '닉네임과 비밀번호를 다시 확인해 주세요' |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
#️⃣연관된 티켓 넘버
📝작업 내용
🏞️스크린샷 (선택)
💬리뷰 요구사항(선택)